home *** CD-ROM | disk | FTP | other *** search
- unit Binhex;
- interface
- {$IFC NOT THINK_PASCAL}
- uses
- Types, Files; {}
- {$ENDC}
-
- function ConvertFromBinhex (var inFSS: FSSpec; deleteBinHex, deleteOld: Boolean; startup, progress: ProcPtr): OSErr;
- function ConvertToBinhex (var inFSS: FSSpec; startup, progress: ProcPtr): OSErr;
-
- {Callbacks should be procedures that take one single Longint as argument!}
-
-
- implementation
- end.